home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / dsapb45.arc / DSREV.HIS < prev    next >
Text File  |  1990-04-07  |  2KB  |  44 lines

  1. DS (Directory Size) - Written by Aaron Bredon.
  2. Created using TURBO C, Copyright (C) Borland 1987,1988
  3.  
  4. Version 4.5 - April 8, 1990
  5.  
  6. *** NOTE *** - The SOURCE CODE and EXECUTABLE program are PUBLIC DOMAIN.
  7.  
  8. Revision history
  9. Version 4.0
  10.     1.    Fixed error causing unusual display problems
  11.         in text modes with >25 lines (EGA/VGA modes).
  12.         (caused by problems w/ Turbo C conio.h functions)
  13.     2.    Added -q option to set lines displayed before pausing
  14.         on paged display ( for modes with >25 lines esp.)
  15. Version 4.2
  16.     1.    Changed name to DS.  Changed directory display
  17.         to be similar to dos's DIR.(with option to use
  18.         older display-useful for file finding).
  19.     2.    added -b option to show file attributes.
  20.         added -n option to show path.
  21.         added -o option to use old display(useful for finding files.)
  22.     3.    fixed bug: wouldn't search subdirectories
  23.         if it found a match in any directory.
  24.     4.    fixed bug caused by previous bugfix (oops!!)
  25.         resulting in negative directory sizes.
  26.         fixed yet a third bug caused by quick & dirty
  27.         bugfixing
  28.     5.    fixed bug in parsing for default directories
  29.         on other drives than current drive.
  30.         fixed bug in getting cluster size on other
  31.         drives than current drive.
  32. Version 4.21
  33.     1.    Fixed more bugs caused by version 4.2's bugfixes.(oops! again)
  34. Version 4.22
  35.     1.    Fixed a bug in display of dates not in (19)80-99.
  36. Version 4.3-4.4
  37.     1.    Fixed a minor logic bug.
  38. Version 4.5
  39.     1.    Added code to automatically detect # of screen lines
  40.         on EGA/VGA.
  41.     2.    improved the paging code somewhat.
  42.     3.    added more detailed info about options
  43.         in documentation.
  44.